.content-main-right-page {
	height: 106px;
	border-top: solid 1px #c9c9c9;
	clear: both;
}

.content-main-right-page-btn {
	margin-top: 21px;
	float: right;
}

.content-main-right-page-btn ul {
	margin-right: 0px;
}

.content-main-right-page-btn ul li {
	float: left;
	border: solid 0px;
}

.content-main-right-page-btn a,.content-main-right-page-btn span {
	
	color: black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: white;
	height: 33px;
	behavior: url(assets/frontend/css/ie-css3.htc);
	z-index: 2;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 33px;



}

.content-main-right-page-btn a:hover{
	color: red;
}
.content-main-right-page-btn .active span {
	color: white;
	background-color: red;
}